IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:33:45 AM (15 years ago)
Author:
eugene
Message:

merged from eam_branches/ipp-20110505: allow managed memory (with linked list a la psLib); add csv to mana; allow read-only dvo databases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/Makefile

    r31635 r31663  
    5353
    5454TEST = \
    55 $(TESTDIR)/string.$(ARCH)
     55$(TESTDIR)/memtest.$(ARCH)
     56# $(TESTDIR)/string.$(ARCH)
    5657
    5758testcode: install $(TEST)
    5859test:
    5960        $(MAKE) testcode
     61        for i in $(TEST); do $$i; done
     62
     63quicktest:
    6064        for i in $(TEST); do $$i; done
    6165
Note: See TracChangeset for help on using the changeset viewer.