Home
last modified time | relevance | path

Searched refs:cxxtest (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/examples/
DMakefile104 .PHONY: cxxtest
105 cxxtest: CFLAGS := -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror target
106 cxxtest: clean target
/third_party/lz4/
DMakefile197 .PHONY: cxxtest cxx32test
198 cxxtest cxx32test: CC := "$(CXX) -Wno-deprecated" target
199 cxxtest cxx32test: CFLAGS = -O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror target
201 cxxtest cxx32test: clean target
/third_party/NuttX/
DReleaseNotes3253 New examples: ELF loader, JSON, wgetjson, cxxtest, relays.
4613 only becomes an issue if cxxtest or helloxx are built as NSH builtin
4618 configured to do otherwise. Conversely, cxxtest and helloxx
22315 testing/ (cxxtest, fstest, nxffs, smart, smart_test, smp). From
22317 - apps/testing/cxxtest: Add a README file. From Gregory Nutt.
26556 - apps/testing/cxxtest/: Fix typo error in testing/cxxtest. From