Megatest

Diff
Login

Differences From Artifact [45ac8d74ef]:

To Artifact [fbc9c72134]:


1
2
3
4
5



6
7
8
9
10
11
12
#!/bin/bash

# Usage: rununittest.sh testname debuglevel
#




# Clean setup
#
rm -f simplerun/megatest.db simplerun/monitor.db simplerun/db/monitor.db
rm -rf simplelinks/ simpleruns/
mkdir -p simplelinks simpleruns
(cd simplerun;cp ../../*_records.scm .;perl -pi.bak -e 's/define-inline/define/' *_records.scm)






>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

# Usage: rununittest.sh testname debuglevel
#

# Ensure all is made
(cd ..;make && make install)

# Clean setup
#
rm -f simplerun/megatest.db simplerun/monitor.db simplerun/db/monitor.db
rm -rf simplelinks/ simpleruns/
mkdir -p simplelinks simpleruns
(cd simplerun;cp ../../*_records.scm .;perl -pi.bak -e 's/define-inline/define/' *_records.scm)