Skip to content

Commit

Permalink
Merge pull request #212 from NERSC/dev
Browse files Browse the repository at this point in the history
slurm tests not using shifter_mem
  • Loading branch information
dmjacobsen committed Mar 31, 2018
2 parents 0d02271 + 1bd712c commit eda1a3f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions wlm_integration/slurm/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ test_shifterSpank_config_SOURCES = \
$(top_srcdir)/src/ImageData.c \
$(top_srcdir)/src/shifter_core.c \
$(top_srcdir)/src/PathList.c \
$(top_srcdir)/src/MountList.c
$(top_srcdir)/src/MountList.c \
$(top_srcdir)/src/shifter_mem.c
test_shifterSpank_config_CXXFLAGS = $(TEST_CFLAGS)
test_shifterSpank_config_CFLAGS = $(TEST_CFLAGS)
test_shifterSpank_config_LDFLAGS = $(TEST_LDFLAGS)
Expand All @@ -44,7 +45,8 @@ test_shifterSpank_util_SOURCES = \
$(top_srcdir)/src/ImageData.c \
$(top_srcdir)/src/shifter_core.c \
$(top_srcdir)/src/PathList.c \
$(top_srcdir)/src/MountList.c
$(top_srcdir)/src/MountList.c \
$(top_srcdir)/src/shifter_mem.c
test_shifterSpank_util_CXXFLAGS = $(TEST_CFLAGS)
test_shifterSpank_util_CFLAGS = $(TEST_CFLAGS)
test_shifterSpank_util_LDFLAGS = $(TEST_LDFLAGS)
Expand All @@ -59,7 +61,8 @@ test_shifterSpank_prolog_SOURCES = \
$(top_srcdir)/src/ImageData.c \
$(top_srcdir)/src/shifter_core.c \
$(top_srcdir)/src/PathList.c \
$(top_srcdir)/src/MountList.c
$(top_srcdir)/src/MountList.c \
$(top_srcdir)/src/shifter_mem.c
test_shifterSpank_prolog_CXXFLAGS = $(TEST_CFLAGS)
test_shifterSpank_prolog_CFLAGS = $(TEST_CFLAGS)
test_shifterSpank_prolog_LDFLAGS = $(TEST_LDFLAGS)
Expand All @@ -74,7 +77,8 @@ test_shifterSpank_cgroup_SOURCES = \
$(top_srcdir)/src/ImageData.c \
$(top_srcdir)/src/shifter_core.c \
$(top_srcdir)/src/PathList.c \
$(top_srcdir)/src/MountList.c
$(top_srcdir)/src/MountList.c \
$(top_srcdir)/src/shifter_mem.c
test_shifterSpank_cgroup_CXXFLAGS = $(TEST_CFLAGS)
test_shifterSpank_cgroup_CFLAGS = $(TEST_CFLAGS)
test_shifterSpank_cgroup_LDFLAGS = $(TEST_LDFLAGS)
Expand Down

0 comments on commit eda1a3f

Please sign in to comment.