selftests/timers: Use shared logic to run and install tests
[deliverable/linux.git] / tools / testing / selftests / lib.mk
index 7bd3dabe2846b8ce260afefa2fd4aca6f321fd79..0baf7d32a67d62a51e21d6e16d8718df1eeda085 100644 (file)
@@ -9,7 +9,7 @@ run_tests: all
 
 define INSTALL_RULE
        mkdir -p $(INSTALL_PATH)
-       install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_FILES)
+       install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
 endef
 
 install: all
This page took 0.024303 seconds and 5 git commands to generate.