diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-19 14:06:47 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-19 14:08:40 +0200 |
commit | 457aa61325c49ca76f609073d2f8fdc1fc59497d (patch) | |
tree | 6af2b58c56e91e64a05abffa0f5fe2f8b201fcf1 /testprogs | |
parent | f2d84366a864f7b41f59ef47334f6a53aa914b32 (diff) |
testprogs/Makefile.in: Sort the source files alphabetically
Diffstat (limited to 'testprogs')
-rw-r--r-- | testprogs/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testprogs/Makefile.in b/testprogs/Makefile.in index 7b91b32c..43af561e 100644 --- a/testprogs/Makefile.in +++ b/testprogs/Makefile.in @@ -80,11 +80,11 @@ INSTALL_DATA = @INSTALL_DATA@ $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c SRC = @VALGRINDTEST_SRC@ \ - capturetest.c \ can_set_rfmon_test.c \ + capturetest.c \ filtertest.c \ - findalldevstest.c \ findalldevstest-perf.c \ + findalldevstest.c \ opentest.c \ reactivatetest.c \ selpolltest.c \ |