From 5cf3f650308163a3e69e3d389e8de1b1cd1cac24 Mon Sep 17 00:00:00 2001 From: Eric Paniagua Date: Sat, 5 Sep 2020 09:29:30 -0700 Subject: [PATCH] Add desired docker support to testing/TODO.txt. Signed-off-by: Eric Paniagua --- testing/TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/TODO.txt b/testing/TODO.txt index 3cde9fa5..485ad625 100644 --- a/testing/TODO.txt +++ b/testing/TODO.txt @@ -10,6 +10,9 @@ Current behavior - `make issue_840` (or another target in $(TEST_DIRS)) builds googletest, common, kaleidoscope, and issue_840 - Not intended - Should just build googletest, common, and the target director (issue_840 in this case) +Desired (currently missing) behavior +- Support for docker as done for `make docker-simulator-tests` + - I tried this, but wasn't able to get cmake (for googletest) to play well with Docker Duplication of compiler flags across Makefiles under this directory - Intended, but definitely shouldn't be in handwritten copies Other duplication across Makefiles