tests: make update_exp: build check_PROGRAMS first

Make test development a bit more convenient.

Change-Id: Ic053aa3ab7485176b58eab6ebb4835cfbe6b8260
This commit is contained in:
Oliver Smith 2021-08-23 14:54:46 +02:00
parent 3f79470453
commit e54f148ce9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ DISTCLEANFILES = atconfig
TESTSUITE = $(srcdir)/testsuite TESTSUITE = $(srcdir)/testsuite
update_exp: update_exp: $(check_PROGRAMS)
rlcmac/RLCMACTest \ rlcmac/RLCMACTest \
>$(srcdir)/rlcmac/RLCMACTest.ok \ >$(srcdir)/rlcmac/RLCMACTest.ok \
2>$(srcdir)/rlcmac/RLCMACTest.err 2>$(srcdir)/rlcmac/RLCMACTest.err