Ver Fonte

Merge pull request #93 from eldiener/master

Add VMD to master (plus tests).
Rene Rivera há 10 anos atrás
pai
commit
9c6a1a0362
3 ficheiros alterados com 6 adições e 0 exclusões
  1. 4 0
      .gitmodules
  2. 1 0
      libs/vmd
  3. 1 0
      status/Jamfile.v2

+ 4 - 0
.gitmodules

@@ -498,3 +498,7 @@
 	path = libs/endian
 	url = ../endian.git
 	fetchRecurseSubmodules = on-demand
+[submodule "libs/vmd"]
+	path = libs/vmd
+	url = ../vmd.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/vmd

@@ -0,0 +1 @@
+Subproject commit d34ba307bc760c87a2b698f7f1aca0369121fc2d

+ 1 - 0
status/Jamfile.v2

@@ -177,6 +177,7 @@ run-tests libs :
     utility/test                # test-suite utility
     uuid/test                   # test-suite uuid
     variant/test                # test-suite variant
+    vmd/test                    # test-suite vmd
     wave/test/build             # test-suite wave
     xpressive/test              # test-suite xpressive
     ;

粤ICP备19079148号