source: rtems/testsuites/sptests/sprmsched01/Makefile.am @ 166a9f67

5
Last change on this file since 166a9f67 was 166a9f67, checked in by Kuan-Hsun Chen <c0066c@…>, on 01/30/17 at 18:34:28

sprmsched01/spedfsched04: Revise

Instead of using the target time and console driver, both tests now use
assertions and rtems_rate_monotonic_get_status() to verify the count of
postponed jobs. The setting of spedfsched04 is slightly changed.

Close #2795.

  • Property mode set to 100644
File size: 591 bytes
Line 
1
2rtems_tests_PROGRAMS = sprmsched01
3sprmsched01_SOURCES = init.c ../../support/src/spin.c
4
5dist_rtems_tests_DATA = sprmsched01.scn
6dist_rtems_tests_DATA += sprmsched01.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13
14LINK_OBJS = $(sprmsched01_OBJECTS)
15LINK_LIBS = $(sprmsched01_LDLIBS)
16
17sprmsched01$(EXEEXT): $(sprmsched01_OBJECTS) $(sprmsched01_DEPENDENCIES)
18        @rm -f sprmsched01$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.