2018-01-31 13:28:25 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2018-02-07 09:50:15 +00:00
|
|
|
# nim c tests/code_stream_test.nim
|
|
|
|
# nim c tests/gas_meter_test.nim
|
|
|
|
# nim c tests/memory_test.nim
|
|
|
|
# nim c tests/stack_test.nim
|
2018-01-31 13:28:25 +00:00
|
|
|
./tests/code_stream_test
|
|
|
|
./tests/gas_meter_test
|
2018-02-06 19:20:06 +00:00
|
|
|
./tests/memory_test
|
|
|
|
./tests/stack_test
|
|
|
|
|