idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.71k stars 1.04k forks source link

Move NavierStokes Tests to the NavierStokes module #3036

Closed friedmud closed 10 years ago

friedmud commented 10 years ago

Do it!

permcody commented 10 years ago

Pretty sure we can't, they rely on objects in Misc

permcody commented 10 years ago

@jwpeterson you might try this:

cd $MOOSE_DIR/modules
git mv combined/tests/ins navier_stokes/tests/
make -j24 test_subs

If there are others, go ahead and move those too

jwpeterson commented 10 years ago

Working on this now.