Overview
Comment: | Merged from v1.65 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-code-cleanup |
Files: | files | file ages | folders |
SHA1: |
9e659a12a0f50a6f78074d73ab69b0bd |
User & Date: | mrwellan on 2019-08-27 14:12:33 |
Other Links: | branch diff | manifest | tags |
Context
2019-08-28
| ||
13:22 | Merged in v1.65 check-in: 98f64a4ebc user: mrwellan tags: v1.65-code-cleanup | |
2019-08-27
| ||
14:12 | Merged from v1.65 check-in: 9e659a12a0 user: mrwellan tags: v1.65-code-cleanup | |
11:42 | Added remainder of api functions to api unit test. check-in: f20587918b user: mmgraham tags: v1.65 | |
2019-08-26
| ||
15:59 | wip check-in: eee3b1253c user: mrwellan tags: v1.65-code-cleanup | |
Changes
Modified mtut.scm from [db4fca7b0a] to [1d995a63bd].
︙ | |||
1126 1127 1128 1129 1130 1131 1132 | 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 | - + | (print "key-msg: " key-msg) ;;(push-run-spec torun contour ;; (if optional ;; we need to be able to differentiate same contour, different behavior. ;; (conc runkey ":" optional) ;; NOTE: NOT COMPLETELY IMPLEMENTED. DO NOT USE ;; runkey) ;; key-msg) ))))) |
︙ |
Modified tests/Makefile from [38b83afc8f] to [540b3dc4db].
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | # The NEWTARGET causes some tests to fail. Do not use until this is fixed. NEWTARGET = "$(OS)/$(FS)/$(VER)" TARGET = "ubuntu/nfs/none" all : build unit test4 # test1 test2 test3 test4 test5 test6 test7 test8 test9 |
︙ |
Modified tests/rununittest.sh from [2e9330431f] to [1c340ef384].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | export PATH="${mtbindir}:$PATH" # Clean setup # dbdir=$(echo /tmp/$USER/megatest_localdb/simplerun/.[a-zA-Z]*/) echo "dbdir=$dbdir" |
Added tests/unittests/all-api.scm version [621fc8cc57].