Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
resolve
/
run.sh
blob: e5ba1181997e64344b7d1b9bd4daaa5146740cee [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
test_main
()
{
cv
=
"$SHUNIT_TMPDIR/conv.v"
convert
"$cv"
--
oneunit package
.
svh module
.
sv
simulateAndCompare
"reference.v"
"$cv"
"$SCRIPT_DIR/empty.v"
}
suite
()
{
suite_addTest
"test_main"
}
source
../
lib
/
functions
.
sh
.
shunit2