nimbus-eth1/tests/build_test.sh

7 lines
196 B
Bash
Raw Normal View History

2018-02-07 11:15:54 +00:00
#!/bin/bash
2018-02-07 16:16:04 +00:00
nim --passC:"-I." cpp tests/code_stream_test.nim
nim --passC:"-I." cpp tests/gas_meter_test.nim
nim --passC:"-I." cpp tests/memory_test.nim
nim --passC:"-I." cpp tests/stack_test.nim