blob: 437a5ba065a8d22ae4f146a84d9b7be4db9683de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ba,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $
--- test/Makefile.in.orig Sat Jul 17 18:39:19 2004
+++ test/Makefile.in
@@ -81,7 +81,18 @@ am__quote = @am__quote@
install_sh = @install_sh@
testdir = $(datadir)/gEDA/examples/gnetman
-test_DATA = $(srcdir)/*.sch $(srcdir)/*.sym
+test_DATA = \
+ bustest.sch \
+ bustest.sym \
+ bustop.sch \
+ commatest.sch \
+ reg32.sch \
+ reg32.sym \
+ shifter.sch \
+ shifter.sym \
+ sim_test.sch \
+ spicecomp.sch \
+ spicetest.sch
EXTRA_DIST = $(test_DATA)
subdir = test
|