3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-l hana_vlib.v" test_*.v
|