Example runme.sh file for driving bilder to make a minimal facets, easily specifying where to put the install/build directory, and configure tests.

#!/bin/sh
INSTALL_DIR=$HOME/software
BUILD_DIR=builds]
EMAIL=$USER@txcorp.com
./mkfcall.sh \
   -i $INSTALL_DIR \
   -k $INSTALL_DIR \
   -b $BUILD_DIR \
   -e $EMAIL \
   -t \
   -W uedge,nubeam,plasma_state,wallpsi,ga_transport,ntcc_transport,fmcfm

After this, if everything is successful:

  cd fctests/tests/infrastructure
  ./simplediffusions.sh

To modify facets for your own updater:

   cd facets
   cd fcexamples
   svn cp FcSimpleDiffusion.cpp FcMyDiffusion.cpp
   svn cp FcSimpleDiffusion.h FcMyDiffusion.h

(or whatever you want to name it)

Edit Makefile.am: Search for SimpleDiffusion and see how to add your files.

Edit: FcExampleUpdaterRegistry.cpp Search for SimpleDiffusion. Copy, paste, and edit.

Test by:

 cd $BUILD_DIR/facets
  make

If completed successfully, then go to

  cd fctests/tests/infrastructure
  svn cp

all of the simpleDiffusion files. Edit. Test.