]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 08:40:54 +0000 (16:40 +0800)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 11 Mar 2019 11:38:42 +0000 (19:38 +0800)
src/tests/map/all.mk

index df4bcb65fce772d3f20f7f46061d84468f0f0bbd..38e47a32ee3ff9ac35c3dde45ba9e384756dd57d 100644 (file)
@@ -1,5 +1,5 @@
-MAP_TESTS      := $(patsubst $(top_srcdir)/src/tests/map/%,%,$(filter-out %.conf %.md %.attrs %.c %.mk %~ %.rej %.out,$(wildcard $(top_srcdir)/src/tests/map/*)))
-MAP_OUTPUT     := $(addsuffix .out,$(addprefix $(BUILD_DIR)/tests/map/,$(MAP_TESTS)))
+MAP_TESTS      := $(patsubst $(top_srcdir)/src/tests/map/%,%,$(filter-log %.conf %.md %.attrs %.c %.mk %~ %.rej %.log,$(wildcard $(top_srcdir)/src/tests/map/*)))
+MAP_OUTPUT     := $(addsuffix .log,$(addprefix $(BUILD_DIR)/tests/map/,$(MAP_TESTS)))
 MAP_UNIT_BIN   := $(BUILD_DIR)/bin/local/unit_test_map
 MAP_UNIT       := ./build/make/jlibtool --silent --mode=execute $(MAP_UNIT_BIN)
 
@@ -10,7 +10,7 @@ $(BUILD_DIR)/tests/map/:
 #
 #      Re-run the tests if the test program changes
 #
-#      Create the output directory before the files
+#      Create the logput directory before the files
 #
 $(MAP_OUTPUT): $(MAP_UNIT_BIN) | $(BUILD_DIR)/tests/map/