12 lines
160 B
Makefile
12 lines
160 B
Makefile
|
|
vhdl_srcs = ../scripts/test_utility.vhd \
|
|
alu.vhd \
|
|
test_alu.vhd \
|
|
|
|
main = test_alu
|
|
|
|
CHECK_RESULTS = true
|
|
|
|
include ../scripts/vhdl.mk
|
|
|