|
|
@ -1,6 +1,6 @@ |
|
|
## Process this file with automake to produce Makefile.in
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
TESTS = diffpair.sh fourbitadder.sh resistor.sh |
|
|
|
|
|
|
|
|
TESTS = diffpair.sh fourbitadder.sh resistor.sh respart.sh |
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) |
|
|
TESTS_ENVIRONMENT = $(SHELL) |
|
|
|
|
|
|
|
|
@ -13,6 +13,8 @@ EXTRA_DIST = \ |
|
|
fourbitadder.cir \
|
|
|
fourbitadder.cir \
|
|
|
fourbitadder.out \
|
|
|
fourbitadder.out \
|
|
|
resistor.cir \
|
|
|
resistor.cir \
|
|
|
resistor.out |
|
|
|
|
|
|
|
|
resistor.out \
|
|
|
|
|
|
respart.cir \
|
|
|
|
|
|
respart.out |
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in |
|
|
MAINTAINERCLEANFILES = Makefile.in |