Fix #8038 - switch to meson
[roojspacker] / tests / test1.sh
1 #!/bin/sh
2
3
4 # - this is a bit dependant on checkout locations being correct...
5
6 # check 'roojs-core'
7
8 # this is the seed version.
9  
10 cd ../../roojs1/
11 seed ../gnome.introspection-doc-generator/pack.js \
12      -f buildSDK/dependancy_core.txt -o /tmp/js-roojs-core.js -O /tmp/js-roojs-core-debug.js
13
14 src/roojspacker -i /home/alan/gitlive/roojs1/buildSDK/dependancy_core.txt -t /tmp/pk-roojs-core.js -T /tmp/pk-roojs-core-debug.js -b /home/alan/gitlive/roojs1
15
16
17
18 # Testing a single file..
19
20
21 src/roojspacker -w -f /home/alan/gitlive/roojs1/Roo.js  -t /tmp/pk-roojs.js -b /home/alan/gitlive/roojs1 > /tmp/test.txt
22
23 seed ../gnome.introspection-doc-generator/pack.js -k   -o /tmp/js-roojs.js  ../roojs1/Roo.js  > /tmp/test2.txt
24
25
26 src/roojspacker -w -f /home/alan/gitlive/roojs1/Roo/Number.js  -t /tmp/pk-roojs.js -b /home/alan/gitlive/roojs1 > /tmp/test.txt
27
28 seed ../gnome.introspection-doc-generator/pack.js -k   -o /tmp/js-roojs.js  ../roojs1/Roo/Number.js  > /tmp/test2.txt
29
30
31
32 # seed ../gnome.introspection-doc-generator/pack.js \
33 #     -f buildSDK/dependancy_ui.txt -o roojs-ui.js -O roojs-ui-debug.js
34
35