NERSC / shifter

Shifter - Linux Containers for HPC
Other
348 stars 65 forks source link

No `starttest' target in imagegw/Makefile? #274

Closed ashalper-usgs closed 3 years ago

ashalper-usgs commented 4 years ago

The README file under imagegw references a `starttest' Make target, but one does not appear in the configured source for me:

root@hemi:~/shifter/imagegw# make starttest
make: *** No rule to make target 'starttest'.  Stop.
root@hemi:~/shifter/imagegw# 
maxim-belkin commented 3 years ago

starttest is defined in Makefile.test, so it's:

make -f Makefile.test starttest
scanon commented 3 years ago

Yes. Good point. I should add that.