Changeset 3031 for trunk


Ignore:
Timestamp:
03/03/15 21:52:02 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6929)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): build of asap by scons

Description: put back testing.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r3030 r3031  
    220220    return "Testing module..."
    221221
    222 #taction = Action(test_module, test_str)
    223 #env.AddPostAction(so, taction)
     222taction = Action(test_module, test_str)
     223env.AddPostAction(so, taction)
    224224
    225225if env.GetOption("clean"):
Note: See TracChangeset for help on using the changeset viewer.