IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2011, 3:50:46 PM (15 years ago)
Author:
eugene
Message:

added test for ohana_memory functions; updated CommandOps to fix interaction between ohana and readline; ohana memory seems to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/libohana/Makefile

    r28241 r31591  
    5050
    5151TEST = \
    52 $(TESTDIR)/string.$(ARCH)
     52$(TESTDIR)/memtest.$(ARCH)
     53# $(TESTDIR)/string.$(ARCH)
    5354
    5455testcode: install $(TEST)
    5556test:
    5657        make testcode
     58        for i in $(TEST); do $$i; done
     59
     60quicktest:
    5761        for i in $(TEST); do $$i; done
    5862
Note: See TracChangeset for help on using the changeset viewer.