|
@@ -246,6 +246,8 @@ timing: library testprof/$(LIBTEST) $(TIMINGS)
|
|
|
test: library testprof/$(LIBTEST) $(TESTS)
|
|
|
$(CC) $(LDFLAGS) $(TESTS) testprof/$(LIBTEST) $(LIBNAME) $(EXTRALIBS) -o $(TEST)
|
|
|
|
|
|
+all_test: test tv_gen hashsum crypt small multi timing
|
|
|
+
|
|
|
#This rule installs the library and the header files. This must be run
|
|
|
#as root in order to have a high enough permission to write to the correct
|
|
|
#directories and to set the owner and group to root.
|