mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 22:34:23 +00:00
12 lines
220 B
Bash
Executable File
12 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|
|
./tests/code_stream_test
|
|
./tests/gas_meter_test
|
|
./tests/memory_test
|
|
./tests/stack_test
|
|
|