Changeset d48a9a7 for src


Ignore:
Timestamp:
May 10, 2016, 11:14:38 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9421588a
Parents:
eb4f201
Message:

modified makefile to support multiple tests files

Location:
src/examples/gc_no_raii
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/examples/gc_no_raii/premake4.lua

    reb4f201 rd48a9a7  
    2020
    2121-- Build Options:
    22 buildOptions = {"\n  CC = cfa\n  CXX = cfa"}
     22buildOptions = {
     23      "-g",
     24        "-DTEST_FILE=${test}",
     25      "\n  test = gctest",
     26        "\n  CC = cfa\n  CXX = cfa", }
    2327
    2428solution "GC-no-RAII"
Note: See TracChangeset for help on using the changeset viewer.