7 lines
125 B
Bash
7 lines
125 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
nim c tests/code_stream_test.nim
|
||
|
nim c tests/gas_meter_test.nim
|
||
|
./tests/code_stream_test
|
||
|
./tests/gas_meter_test
|