Procházet zdrojové kódy

Misisng line in package.json5 example for test_driver

default_compile_flags
vector-of-bool před 4 roky
rodič
revize
2d145ad6d9
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      docs/tut/hello-test.rst

+ 1
- 0
docs/tut/hello-test.rst Zobrazit soubor

@@ -67,6 +67,7 @@ To make use of Catch as our test driver, we simply declare this intent in the
name: 'hello-dds',
version: '0.1.0',
namespace: 'tutorial',
test_driver: 'Catch-Main',
}

If you now run ``dds build``, we will get a linker error for a multiply-defined

Načítá se…
Zrušit
Uložit