Skip to content

Commit ce95fe4

Browse files
committed
test: group dejagnu related stuff in one place in Makefile
1 parent 72b47aa commit ce95fe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
AUTOMAKE_OPTIONS = dejagnu
12
DEJATOOL = completion install unit
23
AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log
34

@@ -14,5 +15,3 @@ all:
1415

1516
clean-local:
1617
$(RM) -rf log tmp
17-
18-
AUTOMAKE_OPTIONS = dejagnu

0 commit comments

Comments
 (0)