summaryrefslogtreecommitdiff
path: root/tests/mtd-tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtd-tests/Makemodule.am')
-rw-r--r--tests/mtd-tests/Makemodule.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/mtd-tests/Makemodule.am b/tests/mtd-tests/Makemodule.am
index 541bc4b..ac40697 100644
--- a/tests/mtd-tests/Makemodule.am
+++ b/tests/mtd-tests/Makemodule.am
@@ -6,8 +6,12 @@ flash_stress_SOURCES = tests/mtd-tests/flash_stress.c
flash_stress_LDADD = libmtd.a
flash_stress_CPPFLAGS = $(AM_CPPFLAGS)
+flash_speed_SOURCES = tests/mtd-tests/flash_speed.c
+flash_speed_LDADD = libmtd.a
+flash_speed_CPPFLAGS = $(AM_CPPFLAGS)
+
MTDTEST_BINS = \
- flash_torture flash_stress
+ flash_torture flash_stress flash_speed
if INSTALL_TESTS
pkglibexec_PROGRAMS += $(MTDTEST_BINS)